diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
commit | cb48d6ebf6df5208779a1995ab62179938139cb4 (patch) | |
tree | fd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /qtsixa [maintainership transfered]/sixad-bin.patch | |
parent | Update mongoclock (diff) | |
download | aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2 aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz |
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | qtsixa [maintainership transfered]/sixad-bin.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qtsixa [maintainership transfered]/sixad-bin.patch b/qtsixa [maintainership transfered]/sixad-bin.patch deleted file mode 100644 index f19d0ea..0000000 --- a/qtsixa [maintainership transfered]/sixad-bin.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- QtSixA-1.5.1/sixad/sixad.orig 2011-10-12 18:39:33.000000000 +0200 -+++ QtSixA-1.5.1/sixad/sixad 2011-12-28 18:18:05.000000000 +0100 -@@ -117,10 +117,10 @@ - $SUDO rc-update add sixad - # Debian (default) - else -- if [ -f /etc/rc2.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc2.d/S90sixad; fi -- if [ -f /etc/rc3.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc3.d/S90sixad; fi -- if [ -f /etc/rc4.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc4.d/S90sixad; fi -- if [ -f /etc/rc5.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc5.d/S90sixad; fi -+ if [ -f /etc/rc2.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc2.d/S90sixad; fi -+ if [ -f /etc/rc3.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc3.d/S90sixad; fi -+ if [ -f /etc/rc4.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc4.d/S90sixad; fi -+ if [ -f /etc/rc5.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc5.d/S90sixad; fi - fi - ;; - |